@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard-jp.css");

* {
  letter-spacing: -0.015rem;
  box-sizing: border-box;
  font-family: "Pretendard";
  /* padding: 0;
  margin: 0; */
}

body,
p,
div,
ul,
li {
  padding: 0;
  margin: 0;
}

body#web_x_message {
  margin: 1;
}

body {
  margin-bottom: 1px;
}

.bold {
  font-weight: 600;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

.demo-description {
  width: 100%;
  padding: 1.25rem 1.5rem;
  margin: 0rem auto;
  margin-bottom: 1.25rem;
  border-radius: 0.75rem;
  background: #ecf2f9;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: -0.015rem;
  /* word-break: keep-all; */
  display: flex;
  gap: 0.19rem;
}

.language-select-box {
  width: 8.8125rem;
  position: relative;
  cursor: pointer;
  padding: 0.62rem 0.56rem 0.63rem 1rem;
  border-radius: 0.5rem;
  background: #033467;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
}

.language-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
  min-height: 100vh;
}

.main-header {
  width: 100%;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--light-grey, #e8e8e8);
  background: var(--white, #fff);
}

.header-wrap {
  width: 100%;
}

.webx-logo {
  width: 8.6875rem;
  height: 1.625rem;
  background-image: url("../img/webx_logo.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.webx-menu {
  display: flex;
  gap: 1.5rem;
}

.main-nav {
  /* width: calc(100% - 40rem); */
  width: 80rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-bar {
  display: flex;
  align-items: center;
  padding: 0.375rem 2.5rem 0.375rem 1rem;
  justify-content: center;
  gap: 0.375rem;
  border: 1px solid var(--light-grey, #e8e8e8);
  background: var(--white, #fff);
  color: var(--dark-grey, #565656);
  font-size: 1rem;
  line-height: 1.625rem; /* 162.5% */
}

.search-icon {
  height: 24px;
}

.sub-nav {
  width: 100%;
  display: flex;
  justify-content: center;
}

.sub-nav-menus {
  display: flex;
  width: 80rem;
  height: 3.75rem;
  align-items: center;
  gap: 2rem;
  color: var(--black, #000);
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: -0.01688rem;
}

.menu-highlight {
  color: #0054a9;
  font-weight: 600;
}

.novel-nav {
  width: 100%;
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0054a9;
  color: var(--white, #fff);
  font-size: 1.125rem;
}
.prev-icon {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}
.next-icon {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
}
.menubar-icon {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}

.novel-nav-inner {
  width: 80rem;
  display: flex;
  justify-content: space-between;
}

.novel-left-menu {
  display: flex;
  align-items: center;
}

.menu-divider {
  width: 0.0625rem;
  height: 1.25rem;
  background: var(--light-grey, #e8e8e8);
  margin-left: 0.63rem;
  margin-right: 0.62rem;
}

.novel-right-menu {
  display: flex;
  align-items: center;
}

.web-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: calc(5.625rem + 1.25rem);
}

.experience-contents-en {
  margin-top: calc(4rem + 5.75rem) !important;
}

.experience-contents {
  margin-top: 9rem !important;
}

.novel-container-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  /* max-width: 80rem; */
  /* justify-content: flex-start; */
  margin: 0 auto;
  /* padding: 0 1.5rem; */
}

#novel-container {
  width: 100%;
  max-width: 73.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.375rem; /* 146.667% */
  letter-spacing: -0.01406rem;
}

.novel-container-inner {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.text-wrap div {
  margin-bottom: 0.75rem;
}

.text-wrap div:last-child {
  margin-bottom: 0rem;
}

.novel-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--main, #0054a9);
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.75rem; /* 127.273% */
  letter-spacing: -0.02063rem;
}

.novel-content-wrap {
  max-width: 31.75rem;
  flex: 1 1 auto;
}

.novel-title-sub {
  font-weight: 400;
}

.novel-sub-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.625rem; /* 130% */
  letter-spacing: -0.01875rem;
  margin-top: 0.75rem;
  margin-bottom: 0.62rem;
}

.pic1 {
  width: 100%;
  max-width: 40rem;
  float: left;
  margin: 0 1.5rem 0rem 0rem;
}

.novel-content1 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.pic-sub-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.625rem; /* 130% */
  letter-spacing: -0.01875rem;
  margin-bottom: -0.06rem;
}

.footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.37rem;
  margin-top: 7.5rem;
  color: rgba(0, 0, 0, 0.6);
  padding: 2rem 0rem;
  font-size: 0.875rem;
  line-height: 1.375rem; /* 157.143% */
  letter-spacing: -0.01313rem;
  font-family: "Pretendard JP";
}

.drminside {
  font-weight: 600;
}

.mobile_experience_navbar {
  display: none;
}

.mobile_category {
  display: none;
}

.mobile_contents {
  display: none;
}

.mobile-language-list {
  display: none;
}

.hidden {
  display: none !important;
}

.visible {
  display: block !important;
}

.mobile-visible {
  display: none;
}

.pc-visible {
  display: block;
}

.middle-visible {
  display: none;
}

.mobile-hidden {
  display: none;
}

.webx-options {
  padding-bottom: 2rem;
  padding-left: 1.25rem;
}

.webx-options li {
  font-size: 0.9375rem;
  line-height: 1.25rem; /* 133.333% */
  letter-spacing: -0.01406rem;
  margin-bottom: 0.88rem;
}

.webx-options li:last-child {
  margin-bottom: 0;
}

.pic2 {
  float: left;
  width: 100%;
  max-width: 13rem;
  margin-right: 1.5rem;
}

.pic3 {
  float: left;
  width: 100%;
  max-width: 19.875rem;
  margin-right: 1.5rem;
}

.pic4-text {
  float: left;
  /* width: 100%; */
  max-width: calc(100% - 36.6875rem);
}

.pic4 {
  float: right;
  width: 100%;
  max-width: 34.6875rem;
  margin-left: 1.5rem;
  /* margin-top: 0.81rem; */
}

.pic5 {
  float: left;
  width: 100%;
  max-width: 13.125rem;
  margin-right: 1.5rem;
}

.pic6 {
  float: left;
  width: 100%;
  max-width: 33.625rem;
  margin-right: 1.5rem;
}

.novel-desciprtion-width {
  width: 100%;
  max-width: 73.25rem;
}

.mobile_contents_inner_title {
  color: var(--main, #0054a9);
  font-weight: 600;
  line-height: 1.25rem; /* 125% */
  letter-spacing: -0.015rem;
}

.mobile_contents_inner_list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}

.mobile_contents_inner_list li {
  display: flex;
  align-items: center;
  gap: 0.62rem;

  font-size: 0.9375rem;
  line-height: 1.0625rem; /* 113.333% */
  letter-spacing: -0.01406rem;
}

.jp-novel-coverwrap {
  display: flex;
  align-items: flex-end;
  margin-bottom: 5rem;
  gap: 1.5rem;
}

.jp-novel-cover {
  width: 100%;
  max-width: 34.1875rem;
}

.jp-novel-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.75rem; /* 116.667% */
  letter-spacing: -0.0225rem;
}

.jp-novel-subtitle {
  font-size: 1.25rem;
  line-height: 1.75rem; /* 140% */
  letter-spacing: -0.01875rem;
}

.jp-novel-text {
  width: 100%;
  max-width: 66.3125rem;
  font-size: 1.25rem;
  line-height: 2.625rem; /* 210% */
  letter-spacing: -0.01875rem;
  margin-bottom: 6.25rem;
}

.ko-novel-cover {
  width: 100%;
  max-width: 500px;
}

.ko-novel-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ko-novel-wrap {
  padding: 0 1.5rem;
}

#novel-container-kor {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.125rem;
  letter-spacing: -0.015rem;
  margin-top: 8.75rem;
}

#novel-container-jpn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  #novel-container-jpn {
    padding: 0 1.5rem;
  }
}

@media (max-width: 770px) {
  .jp-novel-coverwrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 80rem) {
  .demo-description-wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 880px) {
  .video-pc-br {
    display: none;
  }
}

@media (max-width: 1005px) {
  .pc-br {
    display: none;
  }
}

@media (min-width: 641px) and (max-width: 1849px) {
  .pic-text-wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .header-wrap > header {
    padding: 0 1.5rem;
  }

  .header-wrap > nav {
    padding: 0 1.5rem;
  }

  .novel-content-wrap {
    width: 100%;
    flex: none;
  }

  .novel-container-inner {
    padding: 0rem 1.5rem;
  }

  .pic-wrap {
    display: flex;
    /* align-items: center; */
    width: 100%;
  }

  .pic1 {
    padding-left: 1.5rem;
  }

  .middle-padding {
    padding: 0 1.5rem;
  }
}

@media (max-width: 652px) {
  body {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem; /* 142.857% */
    letter-spacing: -0.01313rem;
  }

  .wrap {
    min-height: 100vh;
  }

  .mobile-popup-trigger {
    right: 1.5rem;
    position: fixed;
    bottom: 3rem;
    cursor: pointer;
    width: 3.5rem;
    height: 3.5rem;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
  }

  .pic-text-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0rem 1.5rem;
    gap: 1.5rem;
  }

  .pic-text-wrap img {
    float: none;
  }

  .novel-cover {
    flex-wrap: wrap;
  }

  .mobile-visible {
    display: block;
  }

  .pc-visible {
    display: none;
  }

  .middle-visible {
    display: none;
  }

  .header-wrap {
    display: none;
  }

  /* .floating-banner {
    display: none;
  } */

  .floating-banner-for-contents {
    display: none;
  }

  .wrap {
    position: relative;
    /* height: 100%; */
    min-height: 100vh;
    padding-bottom: 4.13rem;
  }

  .mobile_category {
    display: block;
    width: 100%;
    padding: 1.25rem 1.5rem 1rem 1.5rem;
    position: fixed;
    top: 3.75rem;
    left: 0;
    background: #fff;
    z-index: 11;
  }

  .navbar_outer {
    width: 100%;
    height: 5.625rem;
    display: flex;
    justify-content: center;
    background: #0054a9;
  }

  .navbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: calc(120rem - 51.12rem);
    font-size: 0.875rem;
    line-height: 1.25rem; /* 142.857% */
    letter-spacing: -0.01313rem;
  }

  .navbar-brand {
    display: flex;
    align-items: center;
    gap: 0.62rem;
    color: #e4e6ea;
  }

  .navbar-nav {
    display: flex;
    align-items: center;
    gap: 1.94rem;
  }

  .nav-link {
    color: #fff;
    font-weight: 600;
  }

  .mobile_experience_navbar {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .mobile_category_box {
    height: fit-content;
    width: 100%;
    position: relative;
    z-index: 1000;
    cursor: pointer;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    color: #000;
  }

  .category-select {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .category-ul {
    width: 100%;
    height: auto;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    z-index: 9;
    top: calc(100% - 0.62rem);
    left: 0;
    background-color: #fff;
    list-style: none;
    color: #8f8f8f;
    border-radius: 0.5rem;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
    font-size: 0.875rem;
    line-height: 1.25rem; /* 142.857% */
    letter-spacing: -0.01313rem;
  }

  .mobile_category_box:hover .category-ul {
    display: block;
    opacity: 1;
    z-index: 9;
  }

  .category-ul > li {
    width: 100%;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    overflow: hidden;
  }

  .category-ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.75rem 1rem 0.75rem 1rem;
    border-bottom: 1px solid #e4e6ea;
    overflow: hidden;
  }

  .category-ul > li:first-child a {
    padding-top: calc(0.62rem + 0.75rem);
  }

  .category-ul > li:last-child a {
    border-bottom: none;
    padding-bottom: 1rem;
  }

  .category-ul > li a:hover {
    font-weight: 600;
    color: var(--main, #0054a9);
    background: var(--light-grey_2, #f7f8f9);
  }

  .category-ul > li:last-child a:hover {
    border-radius: 0 0 0.5rem 0.5rem;
  }

  .mobile_contents {
    display: block;
    margin-top: 9rem;
    width: 100%;
    /* padding: 0rem 1.5rem; */
  }

  .mobile_contents_margin {
    margin-top: 0;
  }

  .mobile_contents_title {
    color: var(--main, #0054a9);
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem; /* 133.333% */
    letter-spacing: -0.02344rem;
  }

  .mobile_contents_inner {
    border-radius: 0.5rem;
    border: 1px solid #e5eaf1;
    background: var(--white, #fff);
    padding: 2.25rem 2.56rem;
  }

  .mobile_menu_contents {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 3.75rem;
    left: 0;
    background: #fff;
    z-index: 11;
  }

  .mobile_menu_contents .main_menu {
    padding: 1rem 1.5rem;
    color: #0054a9;
    font-weight: 600;
    line-height: 1.25rem; /* 125% */
    letter-spacing: -0.015rem;
    border-bottom: 1px solid var(--light-grey_1, #e4e6ea);
    cursor: pointer;
  }

  .main_menu_language {
    padding: 1rem 1.5rem;
    color: var(--main, #0054a9);
    font-weight: 600;
    line-height: 1.25rem; /* 125% */
    letter-spacing: -0.015rem;
    cursor: pointer;
  }

  .mobile-language-list li a {
    display: block;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    line-height: 1.375rem; /* 137.5% */
    letter-spacing: -0.015rem;
    border-bottom: 1px solid var(--light-grey_1, #e4e6ea);
  }

  .mobile-language-list li:last-child a {
    border-bottom: none;
  }

  .mobile-language-list li:hover a {
    background: var(--light-grey_2, #f7f8f9);
    font-weight: 600;
    cursor: pointer;
  }

  .navbar_outer {
    position: fixed;
    top: 0;
    left: 0;
    height: 3.75rem;
    font-family: "Pretendard JP";
    padding: 0rem 1.5rem;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.375rem; /* 157.143% */
    letter-spacing: -0.01313rem;
  }

  .mobile_experience_navbar {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .category-select {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .demo-description {
    font-size: 0.875rem;
    line-height: 1.375rem; /* 157.143% */
    letter-spacing: -0.01313rem;
    margin-bottom: 1rem;
  }

  /*  */
  .novel-sub-title {
    font-size: 1rem;
  }

  .novel-title-mobile {
    width: 100%;
    padding: 0rem 1.5rem;
    color: var(--main, #0054a9);
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: -0.015rem;
    font-weight: 600;
  }

  .novel-title-mobile2 {
    font-weight: 400;
  }

  .web-contents {
    margin-top: calc(3.75rem + 5.25rem);
  }

  .pic1 {
    max-width: 40rem;
    margin-bottom: 1.5rem;
  }

  .novel-cover {
    padding: 0 1.5rem;
  }

  .novel-content-wrap {
    max-width: 100vw;
    padding: 0rem 1.5rem;
  }

  .novel-container-inner {
    max-width: 100vw;
    padding: 0rem 1.5rem;
  }

  .pic-sub-title {
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.0625rem; /* 113.333% */
    letter-spacing: -0.01406rem;
  }

  .pic2 {
    max-width: 13rem;
  }

  .pic3 {
    max-width: 100vw;
    padding: 0rem 7.06rem 0 7.13rem;
  }

  .pic4 {
    /* max-width: 100vw; */
    padding: 0 1.5rem;
  }

  .pic6 {
    max-width: 100vw;
    padding: 0rem 7.06rem 0rem 7.12rem;
  }

  .footer {
    display: none;
  }
}

@media ((min-width: 641px) and (max-width: 800px)) {
  .novel-cover {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .novel-cover img {
    margin-bottom: 24px !important;
  }
}
